Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Class CommandHandlerServiceFactory

java.lang.Object
  extended byorg.eclipse.ui.commands.CommandHandlerServiceFactory

public final class CommandHandlerServiceFactory
extends Object

This class allows clients to broker instances of ICommandHandlerService.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0

Method Summary
static ICompoundCommandHandlerService getCompoundCommandHandlerService()
          Creates a new instance of ICompoundCommandHandlerService.
static IMutableCommandHandlerService getMutableCommandHandlerService()
          Creates a new instance of IMutableCommandHandlerService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompoundCommandHandlerService

public static ICompoundCommandHandlerService getCompoundCommandHandlerService()
Creates a new instance of ICompoundCommandHandlerService.

Returns:
a new instance of ICompoundCommandHandlerService. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

getMutableCommandHandlerService

public static IMutableCommandHandlerService getMutableCommandHandlerService()
Creates a new instance of IMutableCommandHandlerService.

Returns:
a new instance of IMutableCommandHandlerService. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.